GetWindowsVersion

Returns the concatenated string representation of the Windows version and installed service pack.

Syntax

GetWindowsVersion()

Return value

Value Description
Value Windows version information in a concatenated string.

Example

osVersion = GetWindowsVersion()

PrintLn("Operating system: " + osversion)